home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16355 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: user1.mnsinc.com!huang
  2. From: huang@mnsinc.com (Szu-Wen Huang)
  3. Newsgroups: comp.lang.c,comp.lang.c++,rec.games.programmer
  4. Subject: Re: ! Read me and State your opinion.
  5. Followup-To: comp.lang.c,comp.lang.c++,rec.games.programmer
  6. Date: 10 Apr 1996 14:47:27 GMT
  7. Organization: Monumental Network Systems
  8. Message-ID: <4kghm0$250@news1.mnsinc.com>
  9. References: <4kegoq$f2d$1@mhadg.production.compuserve.com> <4kfle4$haf@newsbf02.news.aol.com> <316B9241.3F54@wight.hursley.ibm.com>
  10. NNTP-Posting-Host: user.mnsinc.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Max Waterman (dwater@wight.hursley.ibm.com) wrote:
  14. : TWalker952 wrote:
  15.  
  16. : > Hate to burst your experience bubble... However, C, C++, PASCAL,BASIC and
  17. : > the like are all "high-level" languages... Assembly and machine code are
  18. : > "low-level"....
  19.  
  20. : I have heard C called a low level language, though, so he is correct.
  21. : The people who call it a low-level language aren't (perhaps) correct. I
  22. : would like to venture to suggest that C is on the lower side of the
  23. : high-level languages. I think quite a few would agree.
  24.  
  25. I've never heard C described as "low-level", but when its use began on
  26. small machines, I've heard the term "medium-level" associated with it.
  27. The rationale is that C is really a thinly-disguised abstraction of
  28. assembly language, because its constructs map readily to assembly.  Of
  29. course, I've also heard assembly described as a "high-level" language -
  30. by people who type opcodes in hex directly into the box ;).
  31.